FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/observation-focusSTU3

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeStructureDefinition
Idobservation-focusSTU3
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.3.0&canonical=http://nictiz.nl/fhir/StructureDefinition/observation-focusSTU3
URLhttp://nictiz.nl/fhir/StructureDefinition/observation-focusSTU3
Version1.0.1
Statusactive
NameObservation focus STU3
TitleBackported Observation.focus for FHIR STU3
Realmnl
Authorityhl7
DescriptionFocus on an Observation. Extension is mocked from the offical HL7 core of Observation in R4 FHIR build specification at 13-05-2019.
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
bc-BirthObservationbc-BirthObservation
bc-DeliveryObservationbc-DeliveryObservation
bc-DonorObservationbc-DonorObservation
bc-FetalHeartRatebc-FetalHeartRate
bc-FetusObservationbc-FetusObservation
bc-PerinatalDeathbc-PerinatalDeath
bc-PregnancyObservationbc-PregnancyObservation
bc-ProcedureObservationbc-ProcedureObservation
bc-UmbilicalCordbc-UmbilicalCord
zib-AbilityToPerformNursingActivitiesHCIM AbilityToPerformNursingActivities
zib-Pregnancy-DateLastMenstruationHCIM Pregnancy DateLastMenstruation
zib-Pregnancy-GravidityHCIM Pregnancy Gravidity
zib-Pregnancy-ParityHCIM Pregnancy Parity
zib-Pregnancy-PregnancyDurationHCIM Pregnancy PregnancyDuration
zib-Pregnancy-PregnancyStatusHCIM Pregnancy PregnancyStatus
zib-Pregnancy-TermDateHCIM Pregnancy TermDate

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "observation-focusSTU3",
  "url": "http://nictiz.nl/fhir/StructureDefinition/observation-focusSTU3",
  "version": "1.0.1",
  "name": "Observation focus STU3",
  "title": "Backported Observation.focus for FHIR STU3",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Focus on an Observation.\r\nExtension is mocked from the offical HL7 core of Observation in R4 FHIR build specification at 13-05-2019.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Observation"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/observation-focusSTU3"
      },
      {
        "id": "Extension.value[x]:valueReference",
        "path": "Extension.valueReference",
        "sliceName": "valueReference",
        "short": "focus",
        "definition": "The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus.",
        "comment": "Typically, an observation is made about the subject - a patient, or group of patients, location, or device - and the distinction between the subject and what is directly measured for an observation is specified in the observation code itself ( e.g., \"Blood Glucose\") and does not need to be represented separately using this element. Use specimen if a reference to a specimen is required. If a code is required instead of a resource use either bodysite for bodysites or the standard extension focusCode.",
        "type": [
          {
            "code": "Reference"
          }
        ]
      }
    ]
  }
}